home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / winsr173.zip / TARGA_LC.H < prev    next >
Text File  |  1989-07-25  |  640b  |  24 lines

  1. #define HEADERSIZE 18        /* Size, offsets, and masks for the */
  2. #define O_COMMENTLEN 0        /* TGA file header.  This is not a    */
  3. #define O_MAPTYPE 1            /* structure to avoid problems with    */
  4. #define O_FILETYPE 2        /* byte-packing and such.            */
  5. #define O_MAPORG 3
  6. #define O_MAPLEN 5
  7. #define O_MAPSIZE 7
  8. #define O_XORIGIN 8
  9. #define O_YORIGIN 10
  10. #define O_HSIZE 12
  11. #define O_VSIZE 14
  12. #define O_ESIZE 16
  13. #define O_FLAGS 17
  14. #define M_ORIGIN 0x20
  15.  
  16. #define    T_NODATA 0
  17. #define T_RAWMAP 1
  18. #define T_RAWRGB 2
  19. #define T_RAWMON 3
  20. #define T_RLEMAP 9
  21. #define T_RLERGB 10
  22. #define T_RLEMON 11
  23.  
  24.